-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new CompanionDeviceManager Sample #68
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This sample showcases how to use CDM to associate a BLE device and connect to it Change-Id: I6b94db41c1fb8b789ea8443d958748e85ad61d8d
Change-Id: Ic378e13eafe9c015e41b2d2ab8fc5c8be76434ea
Change-Id: I163322c687d6a5c1ec2114046111b5b666369518
There are fields that might change between the first created instance and the ones returned in the callback. Change-Id: Icd7dc5d1ad6aaff46e6e8eea1a6415ef1161a9bc
Change-Id: I3b9a69b47ad78e16b1fd4d999f0f544dbe53413b
Change-Id: I65d3d3a772cfecdf0d6c0662be2a331a23cfb631
Change-Id: Ia9cfb907e5c4e8d478459ca22a2a4ce6e44b68c1
Change-Id: Iade17eaa2ca3acf60c9e9120fd42edfca5422130
Change-Id: I6de21301605d44ec410eedd7edb83821d5416fb7
The service shows how to use CDM to detect when devices are in or out of range. Change-Id: I8431f11a3aaad5016ec73ec6712dd0e8fa55d8fb
Change-Id: I852ec3f0d1c5cd464a4553d2913568028034dde4
yaraki
approved these changes
Aug 1, 2023
samygj
reviewed
Aug 1, 2023
...rc/main/java/com/example/platform/connectivity/bluetooth/ble/CompanionDeviceManagerSample.kt
Outdated
Show resolved
Hide resolved
samygj
reviewed
Aug 1, 2023
...rc/main/java/com/example/platform/connectivity/bluetooth/ble/CompanionDeviceManagerSample.kt
Outdated
Show resolved
Hide resolved
samygj
reviewed
Aug 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise lgtm!
Change-Id: I3b5194ac2844045d84115b4816de04eaa62eaac3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This sample showcases how to use CDM to associate a BLE device and connect to it